home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 24
/
AACD 24.iso
/
AACD
/
Programming
/
cvs-1.11.1
/
bin
/
README.CPU
< prev
next >
Wrap
Text File
|
2001-01-01
|
1KB
|
39 lines
README.CPU
=============
In this directory you should find the following files:
cvs - main cvs 1.11.1p1 / 68020 optimized
cvs000.pch - patchfile to patch the 020 optimized version to 68000 (any)
cvs030.pch - patchfile to patch the 020 optimized version to 68030
cvs040.pch - patchfile to patch the 020 optimized version to 68040
cvs060.pch - patchfile to patch the 020 optimized version to 68060
spatch - SAS/C patch utility
All the above mentioned patchfiles are created with scompare from the SAS/C compiler.
If you are not familar in using the "spatch" utility to create your own CPU optimized version,
following these steps:
1) cd cvs-1.11.1p1/bin
2) spatch -ocvsXXX -pcvsXXX.pch cvs
On step 2 you should replace the "XXX" with the wished CPU optimized version.
After sucessfully applying the patch, you should be able to query the CPU version by:
3) version cvsXXX full
and it should greet you with a output like:
--- cut here ---
cvs 1.11.1p1 [020] (24.07.2001)
ported by Olaf Barthel and Jens Langner
--- cut here ---
If you are running into problems and you own a 68020+ processor, just take the standard 020
optimized version.
Jens Langner <Jens.Langner@htw-dresden.de>, July 2001